From 5b2468369d5c4ac2a8fade3cac74c06115c86131 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 2 Mar 1993 08:28:38 +0000 Subject: [PATCH] * make-dist: Don't try to copy the COPYING notice into external-lisp; we're not distributing that directory any more. --- make-dist | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/make-dist b/make-dist index 78c834fa711..90fce0f53d4 100755 --- a/make-dist +++ b/make-dist @@ -231,7 +231,9 @@ echo "Making links to \`vms'." echo "Making sure copying notices are all copies of \`etc/COPYING'." rm -f ${tempdir}/etc/COPYING cp etc/COPYING ${tempdir}/etc/COPYING -for subdir in lisp external-lisp src lib-src info shortnames; do +# I think we're not going to distribute anything in external-lisp, so +# I've removed it from this list. +for subdir in lisp src lib-src info shortnames; do if [ -f ${tempdir}/${subdir}/COPYING ]; then rm ${tempdir}/${subdir}/COPYING fi -- 2.30.2